home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1302 / develop.doc next >
Text File  |  1996-11-03  |  2KB  |  35 lines

  1.  
  2.   ------------------------------------------------------------------------
  3.       DEVELOPER INFOMATION
  4.   ------------------------------------------------------------------------
  5.  
  6.     If you are a developer, there are several points for you to
  7.     hook in.  
  8.  
  9.     The most obvious area where a programmer could control ZOC is
  10.     the REXX programming language.  It is very powerful and allows
  11.     access to many areas of ZOC.  
  12.  
  13.     Windows Version only:  The REXX processor was licensed from Enterprise
  14.     Alternatives, Inc. and is available as a separate product.  If you 
  15.     want to use REXX for Windows scripting, please contact Enterprise
  16.     Alternatives for details (see order section of the ZOC help menu).
  17.  
  18.     If you want ZOC to act as a background communication server you
  19.     can use DDE.  DDE is described in the Online Help (Help->Contents->
  20.     Programming ZOC) and you can get a sample DDE client (C source
  21.     code) from EmTec.  Via DDE you have access to all features that 
  22.     you could be controlled by REXX. Based on ZOC DDE, it is rather easy 
  23.     to build Front-Ends for character based online databases, be it that
  24.     they are accessed by modem, ISDN, Internet or LAN.
  25.  
  26.     Also, the most ambitious developers can under certain circumstances
  27.     get access to the specs that are used to implement emulations, I/O 
  28.     devices and file transfer protocols.
  29.  
  30.     Last but not least, if you have an existing phone book from another
  31.     comm program that is not supported by ZOCs import module, and if you 
  32.     like to program an import function in C, please contact EmTec for 
  33.     sample source code and other information.
  34.  
  35.